Error mpicc command not found [closed]
Posted
by
skn
on Programmers
See other posts from Programmers
or by skn
Published on 2012-04-01T14:47:54Z
Indexed on
2012/04/01
17:41 UTC
Read the original article
Hit count: 233
I want to compile hdf5 but I find the following error: /hdf5/hdf5-1.6.9>CC=/usr/local/openmpi/bin/mpicc ./configure /home/sknandi/Research/ Simulation/hdf5/parallel_fdf5
CC=/usr/local/openmpi/bin/mpicc: Command not found.
The result of echo $PATH is
/hdf5/hdf5-1.6.9>echo $PATH /priv/myriad3/ayw/research/COALA/visit/bin:/usr/local/bin:/usr/bin:/bin:/pkg/linux/intel/composerxe-2011.3.174/composerxe-2011.3.174/bin/intel64:/pkg/linux/casa/x86_64:/usr/local/bin:/bin:/usr/bin:/usr/local/openmpi/bin:/pkg/linux/intel/composerxe-2011.3.174/composerxe-2011.3.174/mpirt/bin/intel64:/pkg/linux/SS12/solstudio12.2/bin:/usr/local/vanilla-pds/bin
and result of which mpicc is
/hdf5/hdf5-1.6.9>which mpicc
/usr/local/openmpi/bin/mpicc
© Programmers or respective owner